home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / WIN / HERRWAV / D_SOUND.ZIP / GLOBAL.BAS < prev    next >
Encoding:
BASIC Source File  |  1991-08-19  |  210 b   |  7 lines

  1.     
  2.  
  3.  
  4. Declare Function PlaySound Lib "DSOUND.DLL" (ByVal sound As String, ByVal size As Long, ByVal freq As Integer, ByVal sampsize As Integer, ByVal vol As Integer, ByVal shift As Integer) As Integer
  5.  
  6.  
  7.